* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    color: white;
    width: 100%;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    margin: 0;
    font-size: 18px;
    overflow-x: hidden;
    min-height: 100%;
}

div.background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

input {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

ul, ol, p, a, li, input, textarea {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.inner {
    display: block;
    max-width: 1100px;
    width: 99%;
    margin: 0 auto;
}

section.cap,
section.login,
section.registration {
    width: 400px !important;
}

div.header div.logo,
div.header div.menu,
div.header div.menu ul li,
div.products ul li {
    display: inline-block;
    position: relative;
}

div.header {
    margin: 50px 0;
    line-height: 60px;
    /*height:60px;*/
    /*NEW*/
    white-space: nowrap;
    display: table;
}

div.header div.logo {
    padding: 0 5px;
    font-size: 70px;
    vertical-align: top;
}

div.header div.menu:before,
div.header div.logo:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 500%;
    height: 100%;
    content: "";
    background-color: #017ec6;
    box-shadow: rgba(0, 0, 0, 0.74) 4px 4px 6px 0px;
}

div.header div.logo:before {
    left: 0;
    margin-left: -500%;
    right: auto;
}

div.header div.menu ul li a {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
}

div.header div.menu ul li.selected,
div.header div.menu ul li:hover {
    background-color: #05558d;
}

div.warning {
    display: block;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    background: #F02B2B;
    border-radius: 5px;
    font-size: 20px;
}

div.warning div.wraper {
    padding: 10px;
}

div.cities {
    text-align: center;
    margin: 45px 0;
}

div.cities ul li,
div.districts ul li {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #017ec6;
}

div.cities ul li {
    box-shadow: rgba(0, 0, 0, 0.74) 4px 4px 6px 0px;
}

div.districts ul li {
    border: transparent;
}

div.cities ul li a {
    font-size: 30px;
}

div.cities ul li.selected,
div.districts ul li.selected,
div.districts ul li:hover,
div.cities ul li:hover {
    background-color: #05558d;
}

div.districts {
    text-align: center;
}

div.districts ul {
    background-color: #017ec6;
}

div.districts ul li a {
    font-size: 30px;
}

div.products ul {
    /*text-align:justify;*/
    margin: 25px 0;
}

div.products ul li {
    margin: 25px 10px;
    width: 220px;
    background-color: #a2af05;
    box-shadow: rgba(0, 0, 0, 0.74) 4px 4px 6px 0px;
    width: 220px;
    padding: 5px 10px 10px;
    border-radius: 12px;
    text-align: center;
    vertical-align: top;
}

div.products ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

div.products ul li.placeholder {
    padding: 0;
    content: "";
}

div.products ul li div.name {
    font-size: 25px;
    color: black;
    font-weight: bold;
    word-wrap: break-word;
}

div.products ul li div.price {
    font-size: 44px;
    margin: 10px 0 5px;
}

div.products ul li div.size {
    font-size: 20px;
    color: black;
    margin: 5px 0 10px;
}

div.products ul li div.buy a,
.button {
    display: block;
    width: 80%;
    color: white;
    margin: 0 auto;
    padding: 10px 5px;
    background-color: #017ec6;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 20px;
    outline: none;
}

div.products ul li div.buy a:hover {
    background-color: #05558d;
}

div.products ul li div.name {
    min-height: 90px;
}

section.pager {
    width: 95%;
    margin: 50px auto;
    color: black;
    border-radius: 12px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.74) 4px 4px 6px 0px;
}

section.pager img {
    max-width: 100%;
}

section.pager div.wraper {
    padding: 25px;
}

section.pager h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

section.check form {
    background-color: #D5D5D5;
    padding: 15px;
    text-align: center;
}

section.check ul li:first-of-type {
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 10px;
}

section.check ul li {
    margin: 0 0 10px;
}

section.check p a {
    color: #05558d;
}

.input {
    border: 1px solid #A9A9A9;
    font-size: 25px;
}

.button {
    display: inline-block;
    width: auto;
    border: 0;
    cursor: pointer;
    margin: 20px auto;
    font-size: 25px;
    padding: 10px 20px;
}

.button:hover {
    color: black;
}

section.reviews {
    text-align: center;
}

section.reviews ul li.review {
    width: 100%;
}

section.reviews ul li div.left {
    text-align: left;
}

section.reviews ul li div.right {
    text-align: right;
}

section.reviews ul li div.left,
section.reviews ul li div.right {
    width: 49%;
    display: inline-block;
}

section.reviews ul li div.left div.review-name {
    font-weight: bold;
}

section.reviews ul li div.review-main {
    margin: 15px 0 30px;
    border-top: 2px solid #67BF30;
    padding: 15px 20px 0;
    text-align: left;
}

section.addreview .errorSummary {
    border-bottom: 5px dashed #000000;
    margin-bottom: 50px;
}

section.addreview .errorSummary p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.addreview .errorSummary li {
    width: 100% !important;
    display: list-item !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-size: 23px !important;
    font-weight: normal !important;
}

section.addreview .errorSummary li:last-of-type {
    margin-bottom: 0;
}

section.addreview .errorSummary li:before {
    content: "! ";
    color: red;
    font-weight: bold;
}

section.pager div.paginator {
    text-align: center;
}

ul.yiiPager {
    font-size: 26px !important;
}

ul.yiiPager a {
    border: 0px !important;
}

ul.yiiPager a:hover {
    background: #2e6ab1;
    color: white !important;
}

section.buy {
    text-align: center;
}

section.buy p {
    margin: 15px 0;
    font-size: 22px;
}

section.buy a {
    color: red;
}

section.buy span.light {
    font-size: 130%;
    font-weight: bold;
    word-break: break-word;
}

section.buy span.light.bg {
    padding: 5px 10px 5px 10px;
    background: #0089E0;
    color: #FFF;
    border-radius: 4px;
}

section.addreview {
    text-align: center;
}

section.addreview ul li:first-of-type,
section.login ul li:first-of-type,
section.registration ul li:first-of-type {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}

.input,
section.addreview ul li input,
section.addreview ul li textarea,
section.addreview ul li select,
section.login li input,
section.registration li input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 25px;
    padding: 10px;
}

section.addreview ul li textarea {
    height: 300px;
}

section.addreview ul,
section.login ul,
section.registration ul {
    margin-bottom: 30px;
}

section.login ul:last-of-type,
section.registration ul:last-of-type {
    margin: 0;
}

section.login div.buttons,
section.registration div.buttons {
    text-align: center;
}

section.login .errorSummary,
section.registration .errorSummary {
    text-align: left;
    margin: 0 0 20px;
    border-radius: 10px;
    background: #017ec6;
    padding: 10px;
    color: white;
}

section.login .errorSummary li,
section.registration .errorSummary li {
    display: block;
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0 !important;
    text-transform: none !important;
}

section.login .errorSummary p,
section.registration .errorSummary p {
    font-size: 18px !important;
    font-weight: bold;
}

section.login .errorSummary ul,
section.registration .errorSummary ul {
    margin: 0 !important;
}

section.addreview ul:last-of-type {
    margin: 0 0 20px;
}

section.addreview li.captcha,
section.login ul li.captcha,
section.registration ul li.captcha {
    position: relative;
}

section.addreview li.captcha img,
section.login ul li.captcha img,
section.registration ul li.captcha img {
    position: absolute;
    right: 4px;
    top: 0;
}

section.addreview li div.review-form-rating {
    text-align: left !important;
}

.tinynav, div.hidden, ul.hidemenu {
    display: none;
}

ul.hidemenu li {
    width: 98%;
    padding: 20px 0;
    font-size: 25px;
    background: rgba(255, 255, 255, .5);
    margin: 0 auto 10px;
    text-transform: uppercase;
}

section.cap {
    text-align: center;
}

section.cap a {
    display: block;
    text-transform: uppercase;

    color: black;
}

section.cap h1 {
    border-bottom: 1px dashed black;
    padding-bottom: 10px;
    font-size: 25px;
}

section.cap span.or {
    margin: 20px 0;
    display: block;
}

section.maincabinet div > .button {
    margin: 0 0 20px;
}

section.maincabinet div:last-of-type > .button:last-of-type {
    margin: 0;
}

section.cabinet table.orders {
    margin: 20px 0 0;
    text-align: left;
    width: 100%;
}

section.cabinet table.orders > thead {
    background: #017ec6;
    color: white;
}

section.cabinet table.orders tr.type1 > td:nth-child(5) {
    background: rgba(1, 126, 198, 0.5);
}

section.cabinet table.orders {
    border-collapse: collapse;
    border: 1px solid black;
}

section.cabinet table.orders td,
section.cabinet table.orders > thead th {
    border: 1px solid black;
    padding: 5px;
}

section.cabinet table.orders td a {
    color: red;
}

section.cabinet div.pager,
section.cabinet div.pager a {
    font-size: 14px;
}

div#userpanel {
    background-color: rgba(1, 126, 198, .7);
    font-size: 14px;
    padding: 5px;
    text-align: right;
    color: white;
}

div#userpanel a {
    color: white;
}

.mr10 {
    margin: 0 10px 0 0;
}

.ml10 {
    margin: 0 10px 0;
}

.mr5 {
    margin: 0 5px 0 0;
}

.ml5 {
    margin: 0 5px 0;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

div.more_nav {
    display: none;
}

a.more_btn:after {
    content: "\2193";
    margin: 0 10px 0;
}

div.more_nav {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    right: 0px;
    padding: 10px;
    z-index: 999999;
    display: none;
}

div.more_nav li {
    display: block !important;
    margin: 0 0 5px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.5;
    border-bottom: 1px dashed white;
}

div.more_nav li:hover {
    border-bottom: 1px dashed red;
    background-color: transparent !important;
}

div.more_nav li:hover a {
    color: red;
}

div.more_nav li a {
    font-size: 18px !important;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

div.more_nav li:last-of-type {
    border: 0;
    margin: 0;
    padding: 0;
}

div.flash {
    background-color: #a2af05;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 20px;
}

div.flash.flash-error {
    background-color: red;
    color: white;
}

@media (max-width: 768px) {
    section.cabinet table.orders {
        font-size: 12px !important;
    }

    div.products ul {
        text-align: center;
    }

    div.header div.logo {
        display: block;
        text-align: center;
    }

    div.header div.logo:before,
    div.header div.menu:before {
        display: none;
    }

    div.header div.menu {
        display: block;
        width: 100%;
        text-align: center;
        margin: 20px 0;
        background-color: #017ec6;
    }

    div.warning {
        margin-top: 100px;
    }

    section.cap, section.login, section.registration {
        width: 95% !important;
    }

    section.addreview ul li:first-of-type, section.login ul li:first-of-type, section.registration ul li:first-of-type,
    section.addreview ul li input, section.addreview ul li textarea, section.login li input, section.registration li input {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    div.header,
    ul#cities,
    ul#districts {
        display: none;
    }

    section.cap,
    section.login,
    section.registration {
        width: 95% !important;
    }

    div.hidden div.logo {
        font-size: 100%;
        font-size: 50px;
        margin: 30px 0 0;
        word-wrap: break-word;
    }

    .tinynav, div.hidden {
        display: block;
        text-align: center;
        margin: 0 auto;
        widh: 100%;
    }

    select.tinynav {
        width: 98%;
        font-size: 25px;
        padding: 10px 0;
    }

    div.warning {
        margin: 20px auto;
    }

    input.toggle {
        font-size: 35px;
    }
}

@media (max-width: 480px) {

    div.products ul li div.price {
        font-size: 34px;
    }

    .button {
        font-size: 15px;
    }

    section.pager h1 {
        font-size: 23px;
    }

    div.left, div.right {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }

    .input,
    section.addreview ul li input,
    section.addreview ul li textarea {
        width: 100%;
        font-size: 20px;
    }

    section.pager div.wraper,
    section.check form {
        padding: 10px;
    }
}

img[id^="SITEHELP_STATUS_IMG_"] {
    vertical-align: bottom;
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 25px;
    height: 25px;

    background: url('data:image/png;base64,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') no-repeat top;
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

section.universal a {
    color: #1A8BDE;
}

/* Ticket */
section.con {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    background-color: #edeff2;
    padding: 20px;
}

section.ticket {
    font-size: 16px;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: #e15f5c;
}

ul#replies div.date {
    display: inline-block;
    color: #777777;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
    background: #e8e8e8;
}

/*ul#replies div.body.first {
    font-weight:bold;
}*/

ul#replies > li.admin div.body {
    background: #e15f5c;
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: #777777;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 5px;
    color: white;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    color: black;
    padding: 5px;
}

div.replyarea {
    background: #dedede;
    margin: 30px -20px -20px -20px;
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

div.replyarea button {
    margin-top: 10px;
    background: #e15f5c;
    color: white;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
    font-size: 12px;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: #e15f5c;
    border: 0;
    border-bottom: 1px dashed #e15f5c;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: black;
}*/
.blinking {
    animation: blinker 1s linear infinite;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 5px;
    background: yellow;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
}

.blinking.type2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px 6px;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin-top: 10px;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: rgb(1, 126, 198);
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.ticketInfo {
    background: #017ec6;
    color: white;
    padding: 10px;
    text-align: center !important;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px solid #cccccc;
    font-weight: bold;
}

div#ordercontent b,
div#ordercontent span {
    color: #017ec6;
    font-weight: normal;
}

section.cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    height: 10px;
}

div#ordercontent.view {
    margin: 0 0 20px;
}